module Base
{
    item 22ClipRifle25
    {
        CanStack	=	FALSE,
        Weight	=	0.1,
        Type	=	Normal,
        DisplayName	=	M15-22 Magazine,
        Icon	=	1022Clip,
        MaxAmmo = 25,
        AmmoType = Base.22Bullets,
        StaticModel = Magazine_1022,
        GunType = Base.1022,
        WorldStaticModel = Magazine_1022,
    }
	
	item scar17clip
    {
        DisplayCategory = Ammo,
        CanStack	=	FALSE,
        Weight	=	0.2,
        Type	=	Normal,
        DisplayName	=	MK-17 Magazine,
        Icon	=	scar17clip,
        MaxAmmo = 20,
        AmmoType = Base.308Bullets,
        StaticModel = Magazine_scar17,
        GunType = Base.scar17,
        WorldStaticModel = Magazine_scar17,
    }

	item 45Clip30v
    {
        CanStack	=	FALSE,
        Weight	=	0.12,
        Type	=	Normal,
        DisplayName	=	V-45 Magazine,
        Icon	=	v45clip,
        MaxAmmo = 30,
        AmmoType = Base.Bullets45,
        StaticModel = Magazine_Vector,
        GunType = Vector45,
        WorldStaticModel = Magazine_Vector,
    }

	item 9mmClip33v
    {
        CanStack	=	FALSE,
        Weight	=	0.14,
        Type	=	Normal,
        DisplayName	=	V-9 Magazine,
        Icon	=	v45clip,
        MaxAmmo = 33,
        AmmoType = Base.Bullets9mm,
        StaticModel = Magazine_Vector,
        GunType = Vector9,
        WorldStaticModel = Magazine_Vector,
    }

    item 46Bullets
    {
        Count	=	5,
        Weight	=	0.025,
        AlwaysWelcomeGift	=	TRUE,
        Type	=	Normal,
        DisplayName	=	4.6 Rounds,
        DisplayCategory = Ammo,
        Icon	=	46Bullets,
        MetalValue = 1,
        WorldStaticModel = 556Bullets,
    }

    item 46Box
    {
        Weight	=	0.6,
        AlwaysWelcomeGift	=	TRUE,
        Type	=	Normal,
        DisplayName	=	Box of 4.6 Rounds,
        DisplayCategory = Ammo,
        Icon	=	762AmmoBox,
        MetalValue = 40,
        WorldStaticModel = 762Box,
    }

    item 57Bullets
    {
        Count	=	5,
        Weight	=	0.025,
        AlwaysWelcomeGift	=	TRUE,
        Type	=	Normal,
        DisplayName	=	5.7 Rounds,
        DisplayCategory = Ammo,
        Icon	=	57Bullets,
        MetalValue = 1,
        WorldStaticModel = 556Bullets,
    }

    item 57Box
    {
        Weight	=	0.6,
        AlwaysWelcomeGift	=	TRUE,
        Type	=	Normal,
        DisplayName	=	Box of 5.7 Rounds,
        DisplayCategory = Ammo,
        Icon	=	762AmmoBox,
        MetalValue = 40,
        WorldStaticModel = 762Box,
    }

   item 57Clip50
    {
        CanStack	=	FALSE,
        Weight	=	0.3,
        Type	=	Normal,
        DisplayName	=	P90 Magazine,
        Icon	=	p90clip,
        MaxAmmo = 50,
        AmmoType = 57Bullets,
		StaticModel = Magazine_P90,
        GunType = P90,
        WorldStaticModel = Magazine_P90,
    }


   item 57Clip20
    {
        CanStack	=	FALSE,
        Weight	=	0.3,
        Type	=	Normal,
        DisplayName	=	FN-57 Magazine,
        Icon	=	GlockClip,
        MaxAmmo = 20,
        AmmoType = 57Bullets,
		StaticModel = Magazine_Glock,
        GunType = FN57,
        WorldStaticModel = Magazine_Glock,
    }
   item 46Clip40
    {
        CanStack	=	FALSE,
        Weight	=	0.3,
        Type	=	Normal,
        DisplayName	=	MP7 Magazine,
        Icon	=	MP7Clip,
        MaxAmmo = 40,
        AmmoType = Base.Bullets9mm,
		StaticModel = Magazine_MP5,
        GunType = MP7,
        WorldStaticModel = Magazine_MP5,
    }

   item 22Clip33
    {
        CanStack	=	FALSE,
        Weight	=	0.12,
        Type	=	Normal,
        DisplayName	=	K-33 Magazine,
        Icon	=	CZ75Clip,
        MaxAmmo = 33,
        AmmoType = 22Bullets,
		StaticModel = Magazine_Glock,
        GunType = CP33,
        WorldStaticModel = Magazine_Glock,
    }

   item 12Clip32
    {
        CanStack	=	FALSE,
        Weight	=	0.3,
        Type	=	Normal,
        DisplayName	=	AA12 Drum,
        Icon	=	AA12drum,
        MaxAmmo = 20,
        AmmoType = ShotgunShells,
        GunType = AA12,
        WorldStaticModel = Magazine_AA12,
    }
}